home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / SESK / exme3201 / LT2.Z / GAMEBOX.BAT < prev    next >
DOS Batch File  |  1996-05-16  |  474b  |  15 lines

  1. @echo off
  2. %IWPATH%\win95\blaster.exe > %IWPATH%\win95\iwsetenv.bat
  3. call %IWPATH%\win95\iwsetenv.bat
  4. del %IWPATH%\win95\iwsetenv.bat
  5. call %IWPATH%\dos\iwsbos.bat
  6. if not errorlevel 1 goto alldone
  7. echo Waiting 8 seconds for hardware to become available.
  8. %IWPATH%\win95\wait.exe 8
  9. call %IWPATH%\dos\iwsbos.bat
  10. if not errorlevel 1 goto alldone
  11. echo Hardware not available, you may need to increase the delay in batch file:
  12. echo %IWPATH%\WIN95\GAMEBOX.BAT
  13. :alldone
  14.  
  15.